// var TN_Widget = function() { return { //Options newWindow : true, linkText : "view
tickets", tixUrl : "http://www.ticketnetwork.com/tix/", trackingParams : "", custLink : true, //depricated kbid : "", //Overwrittable functions trackingLink :"", CreateCustomUrl : function(row) { return this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx"; }, CreateEventRow : function(row, isAlt) { return "" + row[0] +"" + row[1] +"
" + row[2] +"" + row[3] +"
" + row[4] + "
" + row[5] + ""+ this.linkText+ ""; }, AddCss: function(cssUrl) { var fileref=document.createElement("link"); fileref.setAttribute("rel", "stylesheet"); fileref.setAttribute("type", "text/css"); fileref.setAttribute("href", cssUrl); document.getElementsByTagName("head")[0].appendChild(fileref); }, CreateTable : function(eventData,kywrds,url) { if(typeof(TN_SetWidgetOptions) == "function") TN_SetWidgetOptions(); //for backwards compatability if(this.kbid != "") this.trackingParams = "?img=249&kbid="+this.kbid; var newTable = []; for(var cntr = 0; cntr < eventData.length; cntr++) newTable.push(this.CreateEventRow(eventData[cntr], cntr % 2 == 1)); var objToAddTo; if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML = '' + newTable.join('') + '
'; } else document.write('
' + newTable.join('') + '
'); if(eventData.length >= 100 && kywrds != undefined) { if(objToAddTo = document.getElementById("tn_results_container")) { objToAddTo.innerHTML += '
See all events for '+ kywrds + ' on TicketNetwork.com
'; } else { document.write("
See all events for "+ kywrds + " on TicketNetwork.com
"); } } if(eventData.length > 0) { document.getElementById("previewNote").style.display = "none"; } } }; }(); //BPW-TNSERV-01A TN_Widget.CreateTable([['Disney On Ice: Magic In The Stars','Raising Cane's River Center Arena','Baton Rouge, LA','Saturday','4/27/2024','3:00 PM','5833529','Disney-On-Ice--Magic-In-The-Stars-4-27-2024'],['Disney On Ice: Magic In The Stars','Raising Cane's River Center Arena','Baton Rouge, LA','Saturday','4/27/2024','7:00 PM','5833528','Disney-On-Ice--Magic-In-The-Stars-4-27-2024'],['Pigs on the Wing','Rogue Theatre - OR','Grants Pass, OR','Saturday','4/27/2024','8:00 PM','6250208','Pigs-on-the-Wing-4-27-2024'],['Disney On Ice: Magic In The Stars','Raising Cane's River Center Arena','Baton Rouge, LA','Sunday','4/28/2024','11:00 AM','6394064','Disney-On-Ice--Magic-In-The-Stars-4-28-2024'],['Disney On Ice: Magic In The Stars','Raising Cane's River Center Arena','Baton Rouge, LA','Sunday','4/28/2024','3:00 PM','5833547','Disney-On-Ice--Magic-In-The-Stars-4-28-2024'],['Riders In The Sky','Rogue Theatre - OR','Grants Pass, OR','Saturday','5/4/2024','8:00 PM','5923766','Riders-In-The-Sky-5-4-2024'],['Escape - Journey Tribute Band','Rogue Theatre - OR','Grants Pass, OR','Saturday','6/29/2024','8:00 PM','6250210','Escape---Journey-Tribute-Band-6-29-2024']],'Rogue Theatre','http://www.ticketnetwork.com/ticket/Rogue-Theatre-events.aspx');